gint width,
gint height)
{
+ /*
g_printerr ("gdk_mir_window_impl_move_resize");
g_printerr (" window=%p", window);
if (with_move)
if (width > 0)
g_printerr (" size=%dx%dpx", width, height);
g_printerr ("\n");
+ */
GdkMirWindowImpl *impl = GDK_MIR_WINDOW_IMPL (window->impl);
/* Redraw parent where we moved from */
gint offset_x,
gint offset_y)
{
- g_printerr ("gdk_mir_window_impl_input_shape_combine_region window=%p\n", window);
+ // g_printerr ("gdk_mir_window_impl_input_shape_combine_region window=%p\n", window);
}
static void
gdk_mir_window_impl_set_title (GdkWindow *window,
const gchar *title)
{
- g_printerr ("gdk_mir_window_impl_set_title window=%p\n", window);
+ // g_printerr ("gdk_mir_window_impl_set_title window=%p\n", window);
}
static void
gint top,
gint bottom)
{
- g_printerr ("gdk_mir_window_impl_set_shadow_width window=%p\n", window);
+ // g_printerr ("gdk_mir_window_impl_set_shadow_width window=%p\n", window);
}
static gboolean